Function: treemacs-scope-shelf->buffer--cmacro

treemacs-scope-shelf->buffer--cmacro is a function defined in treemacs-scope.el.

Signature

(treemacs-scope-shelf->buffer--cmacro _CL-WHOLE-ARG CL-X)

Documentation

compiler-macro for inlining treemacs-scope-shelf->buffer.

Source Code

;; Defined in ~/.emacs.d/elpa/treemacs-20251226.1307/treemacs-scope.el
;; Closure converted to defun by helpful.
(defun treemacs-scope-shelf->buffer--cmacro
    (_cl-whole-arg cl-x)
  "compiler-macro for inlining `treemacs-scope-shelf->buffer'."
  (cl-block treemacs-scope-shelf->buffer--cmacro
    (cl--defsubst-expand
     '(cl-x)
     '(cl-block treemacs-scope-shelf->buffer
	(progn
	  (or
	   (treemacs-scope-shelf-p cl-x)
	   (signal 'wrong-type-argument
		   (list 'treemacs-scope-shelf cl-x)))
	  (aref cl-x 1)))
     nil nil nil cl-x)))